Is a recursive function - it accepts a node set in the 是一個遞歸函數,它用
Non - recursive simulation on recursive function 遞歸函數的非遞歸模擬
But walking a tree just by using recursive functions is not all that difficult 但是只用遞歸函數來遍歷樹并不十分困難。
In addition , recursive functions add significant expressive power to the language 此外,遞歸函數也增強了語言的表達能力。
This can be especially useful when you are debugging a recursive function , a function that calls itself 在調試遞歸函數(調用自身的函數)時,這個功能尤其有用。
Instead , the transformation from tail - recursive function to simple loop must be done dynamically by a jit compiler 相反地,這種從尾遞歸函數到簡單循環的轉換必須由jit編譯器動態地進行。
You must iterate through the controls of each container control separately ; this can be done using a recursive function 必須分別循環訪問每個容器控件的控件;可使用遞歸函數完成此操作。
Like recursive function , recursive sql for db2 express can recursively use the result set to get to the final result 與遞歸函數類似, db2 express的遞歸sql可遞歸地使用結果集來得到最終結果
But although it is well known how to automatically transform a tail - recursive function into a simple loop , the java specification doesn t require that this transformation be made 但是,盡管大家都熟知如何把一個尾遞歸函數自動轉換成一個簡單循環, java規范卻不要求做這種轉換。
Lfc is a formal specification language based on recursive functions defined on context free languages ( cfrf ) and supports the acquisition and validation of formal specification very well 同時lfc也是一種函數式語言,具有良好的數學基礎、引用透明、無副作用、模式匹配等特點。